treeview: Don't always grab_focus() when moving the cursor
authorTimm Bäder <mail@baedert.org>
Sun, 28 Apr 2019 09:26:40 +0000 (11:26 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 28 Apr 2019 09:26:40 +0000 (11:26 +0200)
commit929cdd925927fcabdb353a0322b8f17b9e6104a4
treef712d20f80bed695866feaababae6791a462220c
parent78049f452a23f290e85d5e29b0e6ca762b260cee
treeview: Don't always grab_focus() when moving the cursor

This doesn't really make sense, we can assume that the treeview already
has the focus when it receives key events.
gtk/gtktreeview.c